Html Css Color HEX #42AF9C Puerto Rico

📋 copy color: '#42AF9C'

red 66 ◦ green 175 ◦ blue 156

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

Shades of Puerto Rico #42AF9C

Tints of Puerto Rico #42AF9C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.08%

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 16.62%
G = 44.08%
B = 39.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#42AF9C (or 0x42AF9C) is known color: Puerto Rico. HEX triplet: 42, AF and 9C. RGB value is (66,175,156). Sum of RGB (Red+Green+Blue) = 66+175+156=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF9C is #BD5063. Grayscale: #8C8C8C. Windows color (decimal): -12406884 or 10268482. OLE color: 10268482.

HSL color Cylindrical-coordinate representation of color #42AF9C: hue angle of 169.54º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AF9C is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 156 -
CMYK 0.62 0 0.11 0.31
HSL 169.54º 0.45% 0.47% -
HSV(B) 169.54º 0.62% 0.69% -
XYZ 23.58 34.22 36.81 -
YUV 140.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 66 175 156 0.62 0 0.11 0.31 169.54 0.45 0.47
Hex 42 AF 9C 3E 0 B 1F AA 2D 2F
Octal 102 257 234 76 0 13 37 252 55 57
Binary 1000010 10101111 10011100 111110 0 1011 11111 10101010 101101 101111

Color Harmonies of #42AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF9C

Black with #42AF9C

Text Example


Text Example

White with #42AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,175,156); }

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

background-color css

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

 a { background-color: rgb(66,175,156); }

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

border-color css

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

 span { border-color: rgb(66,175,156); }

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