Html Css Color HEX #42BBAD Puerto Rico

📋 copy color: '#42BBAD'

red 66 ◦ green 187 ◦ blue 173

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

Shades of Puerto Rico #42BBAD

Tints of Puerto Rico #42BBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.9%

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 15.49%
G = 43.9%
B = 40.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#42BBAD (or 0x42BBAD) is known color: Puerto Rico. HEX triplet: 42, BB and AD. RGB value is (66,187,173). Sum of RGB (Red+Green+Blue) = 66+187+173=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #42BBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BBAD is #BD4452. Grayscale: #959595. Windows color (decimal): -12403795 or 11385666. OLE color: 11385666.

HSL color Cylindrical-coordinate representation of color #42BBAD: hue angle of 173.06º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BBAD is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 187 173 -
CMYK 0.65 0 0.07 0.27
HSL 173.06º 0.48% 0.5% -
HSV(B) 173.06º 0.65% 0.73% -
XYZ 27.56 39.72 45.75 -
YUV 149.23 141.41 68.64 -
System Red Green Blue C M Y K H S L
Decimal 66 187 173 0.65 0 0.07 0.27 173.06 0.48 0.5
Hex 42 BB AD 41 0 7 1B AD 30 32
Octal 102 273 255 101 0 7 33 255 60 62
Binary 1000010 10111011 10101101 1000001 0 111 11011 10101101 110000 110010

Color Harmonies of #42BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BBAD

Black with #42BBAD

Text Example


Text Example

White with #42BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,173); }

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

background-color css

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

 a { background-color: rgb(66,187,173); }

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

border-color css

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

 span { border-color: rgb(66,187,173); }

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