Html Css Color HEX #42B29D Puerto Rico

📋 copy color: '#42B29D'

red 66 ◦ green 178 ◦ blue 157

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

Shades of Puerto Rico #42B29D

Tints of Puerto Rico #42B29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 16.46%
G = 44.39%
B = 39.15%

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

#42B29D (or 0x42B29D) is known color: Puerto Rico. HEX triplet: 42, B2 and 9D. RGB value is (66,178,157). Sum of RGB (Red+Green+Blue) = 66+178+157=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #42B29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B29D is #BD4D62. Grayscale: #8E8E8E. Windows color (decimal): -12406115 or 10334786. OLE color: 10334786.

HSL color Cylindrical-coordinate representation of color #42B29D: hue angle of 168.75º 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 #42B29D is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 157 -
CMYK 0.63 0 0.12 0.30
HSL 168.75º 0.46% 0.48% -
HSV(B) 168.75º 0.63% 0.7% -
XYZ 24.25 35.43 37.46 -
YUV 142.12 136.39 73.71 -
System Red Green Blue C M Y K H S L
Decimal 66 178 157 0.63 0 0.12 0.30 168.75 0.46 0.48
Hex 42 B2 9D 3F 0 C 1E A9 2E 30
Octal 102 262 235 77 0 14 36 251 56 60
Binary 1000010 10110010 10011101 111111 0 1100 11110 10101001 101110 110000

Color Harmonies of #42B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B29D

Black with #42B29D

Text Example


Text Example

White with #42B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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