Html Css Color HEX #48CCA8 Puerto Rico

📋 copy color: '#48CCA8'

red 72 ◦ green 204 ◦ blue 168

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

Shades of Puerto Rico #48CCA8

Tints of Puerto Rico #48CCA8

RGB

 RED value IS 72 (28.52% from 255) = 16.22%

 GREEN value IS 204 (80.08% from 255) = 45.95%

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

R = 16.22%
G = 45.95%
B = 37.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#48CCA8 (or 0x48CCA8) is known color: Puerto Rico. HEX triplet: 48, CC and A8. RGB value is (72,204,168). Sum of RGB (Red+Green+Blue) = 72+204+168=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #48CCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CCA8 is #B73357. Grayscale: #A0A0A0. Windows color (decimal): -12006232 or 11062344. OLE color: 11062344.

HSL color Cylindrical-coordinate representation of color #48CCA8: hue angle of 163.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CCA8 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 168 -
CMYK 0.65 0 0.18 0.2
HSL 163.64º 0.56% 0.54% -
HSV(B) 163.64º 0.65% 0.8% -
XYZ 31.33 47.39 44.54 -
YUV 160.43 132.27 64.93 -
System Red Green Blue C M Y K H S L
Decimal 72 204 168 0.65 0 0.18 0.2 163.64 0.56 0.54
Hex 48 CC A8 41 0 12 14 A4 38 36
Octal 110 314 250 101 0 22 24 244 70 66
Binary 1001000 11001100 10101000 1000001 0 10010 10100 10100100 111000 110110

Color Harmonies of #48CCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CCA8

Black with #48CCA8

Text Example


Text Example

White with #48CCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48CCA8; }

 p { color: rgb(72,204,168); }

 H1.HeaderClassName
 {
   color: #48CCA8;
 }
 .AnyTagClassName
 {
   color: #48CCA8;
 }
</style>

background-color css

<style>
 a { background-color: #48CCA8; }

 a { background-color: rgb(72,204,168); }

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

border-color css

<style>
 span { border-color: #48CCA8; }

 span { border-color: rgb(72,204,168); }

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