Html Css Color HEX #42B5B0 Puerto Rico

📋 copy color: '#42B5B0'

red 66 ◦ green 181 ◦ blue 176

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

Shades of Puerto Rico #42B5B0

Tints of Puerto Rico #42B5B0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.79%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 15.6%
G = 42.79%
B = 41.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#42B5B0 (or 0x42B5B0) is known color: Puerto Rico. HEX triplet: 42, B5 and B0. RGB value is (66,181,176). Sum of RGB (Red+Green+Blue) = 66+181+176=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #42B5B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B5B0 is #BD4A4F. Grayscale: #919191. Windows color (decimal): -12405328 or 11580738. OLE color: 11580738.

HSL color Cylindrical-coordinate representation of color #42B5B0: hue angle of 177.39º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B5B0 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 181 176 -
CMYK 0.64 0 0.03 0.29
HSL 177.39º 0.47% 0.48% -
HSV(B) 177.39º 0.64% 0.71% -
XYZ 26.61 37.34 46.88 -
YUV 146.05 144.9 70.91 -
System Red Green Blue C M Y K H S L
Decimal 66 181 176 0.64 0 0.03 0.29 177.39 0.47 0.48
Hex 42 B5 B0 40 0 3 1D B1 2F 30
Octal 102 265 260 100 0 3 35 261 57 60
Binary 1000010 10110101 10110000 1000000 0 11 11101 10110001 101111 110000

Color Harmonies of #42B5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B5B0

Black with #42B5B0

Text Example


Text Example

White with #42B5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,181,176); }

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

background-color css

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

 a { background-color: rgb(66,181,176); }

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

border-color css

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

 span { border-color: rgb(66,181,176); }

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