Html Css Color HEX #42AF9B Puerto Rico

📋 copy color: '#42AF9B'

red 66 ◦ green 175 ◦ blue 155

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

Shades of Puerto Rico #42AF9B

Tints of Puerto Rico #42AF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 16.67%
G = 44.19%
B = 39.14%

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

#42AF9B (or 0x42AF9B) is known color: Puerto Rico. HEX triplet: 42, AF and 9B. RGB value is (66,175,155). Sum of RGB (Red+Green+Blue) = 66+175+155=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF9B is #BD5064. Grayscale: #8C8C8C. Windows color (decimal): -12406885 or 10202946. OLE color: 10202946.

HSL color Cylindrical-coordinate representation of color #42AF9B: hue angle of 168.99º 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 #42AF9B is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 155 -
CMYK 0.62 0 0.11 0.31
HSL 168.99º 0.45% 0.47% -
HSV(B) 168.99º 0.62% 0.69% -
XYZ 23.49 34.18 36.37 -
YUV 140.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 66 175 155 0.62 0 0.11 0.31 168.99 0.45 0.47
Hex 42 AF 9B 3E 0 B 1F A9 2D 2F
Octal 102 257 233 76 0 13 37 251 55 57
Binary 1000010 10101111 10011011 111110 0 1011 11111 10101001 101101 101111

Color Harmonies of #42AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF9B

Black with #42AF9B

Text Example


Text Example

White with #42AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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