Html Css Color HEX #42C1A6 Puerto Rico

📋 copy color: '#42C1A6'

red 66 ◦ green 193 ◦ blue 166

#42C1A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #42C1A6

Tints of Puerto Rico #42C1A6

RGB

 RED value IS 66 (26.17% from 255) = 15.53%

 GREEN value IS 193 (75.78% from 255) = 45.41%

 BLUE value IS 166 (65.23% from 255) = 39.06%

R = 15.53%
G = 45.41%
B = 39.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42C1A6 (or 0x42C1A6) is known color: Puerto Rico. HEX triplet: 42, C1 and A6. RGB value is (66,193,166). Sum of RGB (Red+Green+Blue) = 66+193+166=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #42C1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C1A6 is #BD3E59. Grayscale: #979797. Windows color (decimal): -12402266 or 10928450. OLE color: 10928450.

HSL color Cylindrical-coordinate representation of color #42C1A6: hue angle of 167.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C1A6 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 193 166 -
CMYK 0.66 0 0.14 0.24
HSL 167.24º 0.51% 0.51% -
HSV(B) 167.24º 0.66% 0.76% -
XYZ 28.2 42.05 42.71 -
YUV 151.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 66 193 166 0.66 0 0.14 0.24 167.24 0.51 0.51
Hex 42 C1 A6 42 0 E 18 A7 33 33
Octal 102 301 246 102 0 16 30 247 63 63
Binary 1000010 11000001 10100110 1000010 0 1110 11000 10100111 110011 110011

Color Harmonies of #42C1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C1A6

Black with #42C1A6

Text Example


Text Example

White with #42C1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42C1A6; }

 p { color: rgb(66,193,166); }

 H1.HeaderClassName
 {
   color: #42C1A6;
 }
 .AnyTagClassName
 {
   color: #42C1A6;
 }
</style>

background-color css

<style>
 a { background-color: #42C1A6; }

 a { background-color: rgb(66,193,166); }

 div.DivClassName
 {
   background-color: #42C1A6;
 }
 .BgClassName
 {
   background-color: #42C1A6;
 }
</style>

border-color css

<style>
 span { border-color: #42C1A6; }

 span { border-color: rgb(66,193,166); }

 td.TdClassName
 {
   border-color: #42C1A6;
 }
 .TagClassName
 {
   border-color: #42C1A6;
 }
</style>