Html Css Color HEX #42B89D Puerto Rico

📋 copy color: '#42B89D'

red 66 ◦ green 184 ◦ blue 157

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

Shades of Puerto Rico #42B89D

Tints of Puerto Rico #42B89D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

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

R = 16.22%
G = 45.21%
B = 38.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#42B89D (or 0x42B89D) is known color: Puerto Rico. HEX triplet: 42, B8 and 9D. RGB value is (66,184,157). Sum of RGB (Red+Green+Blue) = 66+184+157=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #42B89D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B89D is #BD4762. Grayscale: #919191. Windows color (decimal): -12404579 or 10336322. OLE color: 10336322.

HSL color Cylindrical-coordinate representation of color #42B89D: hue angle of 166.27º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B89D is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 157 -
CMYK 0.64 0 0.15 0.28
HSL 166.27º 0.47% 0.49% -
HSV(B) 166.27º 0.64% 0.72% -
XYZ 25.47 37.87 37.87 -
YUV 145.64 134.41 71.2 -
System Red Green Blue C M Y K H S L
Decimal 66 184 157 0.64 0 0.15 0.28 166.27 0.47 0.49
Hex 42 B8 9D 40 0 F 1C A6 2F 31
Octal 102 270 235 100 0 17 34 246 57 61
Binary 1000010 10111000 10011101 1000000 0 1111 11100 10100110 101111 110001

Color Harmonies of #42B89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B89D

Black with #42B89D

Text Example


Text Example

White with #42B89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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