Html Css Color HEX #42ADA8 Puerto Rico

📋 copy color: '#42ADA8'

red 66 ◦ green 173 ◦ blue 168

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

Shades of Puerto Rico #42ADA8

Tints of Puerto Rico #42ADA8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 16.22%
G = 42.51%
B = 41.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#42ADA8 (or 0x42ADA8) is known color: Puerto Rico. HEX triplet: 42, AD and A8. RGB value is (66,173,168). Sum of RGB (Red+Green+Blue) = 66+173+168=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #42ADA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ADA8 is #BD5257. Grayscale: #8C8C8C. Windows color (decimal): -12407384 or 11054402. OLE color: 11054402.

HSL color Cylindrical-coordinate representation of color #42ADA8: hue angle of 177.2º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42ADA8 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 173 168 -
CMYK 0.62 0 0.03 0.32
HSL 177.2º 0.45% 0.47% -
HSV(B) 177.2º 0.62% 0.68% -
XYZ 24.26 33.87 42.31 -
YUV 140.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 66 173 168 0.62 0 0.03 0.32 177.2 0.45 0.47
Hex 42 AD A8 3E 0 3 20 B1 2D 2F
Octal 102 255 250 76 0 3 40 261 55 57
Binary 1000010 10101101 10101000 111110 0 11 100000 10110001 101101 101111

Color Harmonies of #42ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ADA8

Black with #42ADA8

Text Example


Text Example

White with #42ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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