Html Css Color HEX #42B29C Puerto Rico

📋 copy color: '#42B29C'

red 66 ◦ green 178 ◦ blue 156

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

Shades of Puerto Rico #42B29C

Tints of Puerto Rico #42B29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

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

R = 16.5%
G = 44.5%
B = 39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#42B29C (or 0x42B29C) is known color: Puerto Rico. HEX triplet: 42, B2 and 9C. RGB value is (66,178,156). Sum of RGB (Red+Green+Blue) = 66+178+156=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #42B29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B29C is #BD4D63. Grayscale: #8D8D8D. Windows color (decimal): -12406116 or 10269250. OLE color: 10269250.

HSL color Cylindrical-coordinate representation of color #42B29C: hue angle of 168.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B29C is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 156 -
CMYK 0.63 0 0.12 0.30
HSL 168.21º 0.46% 0.48% -
HSV(B) 168.21º 0.63% 0.7% -
XYZ 24.17 35.4 37.01 -
YUV 142 135.89 73.79 -
System Red Green Blue C M Y K H S L
Decimal 66 178 156 0.63 0 0.12 0.30 168.21 0.46 0.48
Hex 42 B2 9C 3F 0 C 1E A8 2E 30
Octal 102 262 234 77 0 14 36 250 56 60
Binary 1000010 10110010 10011100 111111 0 1100 11110 10101000 101110 110000

Color Harmonies of #42B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B29C

Black with #42B29C

Text Example


Text Example

White with #42B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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