Html Css Color HEX #42BAB0 Puerto Rico

📋 copy color: '#42BAB0'

red 66 ◦ green 186 ◦ blue 176

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

Shades of Puerto Rico #42BAB0

Tints of Puerto Rico #42BAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

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

R = 15.42%
G = 43.46%
B = 41.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#42BAB0 (or 0x42BAB0) is known color: Puerto Rico. HEX triplet: 42, BA and B0. RGB value is (66,186,176). Sum of RGB (Red+Green+Blue) = 66+186+176=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #42BAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BAB0 is #BD454F. Grayscale: #949494. Windows color (decimal): -12404048 or 11582018. OLE color: 11582018.

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

Color convert

RGB 66 186 176 -
CMYK 0.65 0 0.05 0.27
HSL 175º 0.48% 0.49% -
HSV(B) 175º 0.65% 0.73% -
XYZ 27.64 39.41 47.22 -
YUV 148.98 143.24 68.81 -
System Red Green Blue C M Y K H S L
Decimal 66 186 176 0.65 0 0.05 0.27 175 0.48 0.49
Hex 42 BA B0 41 0 5 1B AF 30 31
Octal 102 272 260 101 0 5 33 257 60 61
Binary 1000010 10111010 10110000 1000001 0 101 11011 10101111 110000 110001

Color Harmonies of #42BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BAB0

Black with #42BAB0

Text Example


Text Example

White with #42BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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