Html Css Color HEX #48BCA8 Puerto Rico

📋 copy color: '#48BCA8'

red 72 ◦ green 188 ◦ blue 168

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

Shades of Puerto Rico #48BCA8

Tints of Puerto Rico #48BCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.93%

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

R = 16.82%
G = 43.93%
B = 39.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#48BCA8 (or 0x48BCA8) is known color: Puerto Rico. HEX triplet: 48, BC and A8. RGB value is (72,188,168). Sum of RGB (Red+Green+Blue) = 72+188+168=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCA8 is #B74357. Grayscale: #969696. Windows color (decimal): -12010328 or 11058248. OLE color: 11058248.

HSL color Cylindrical-coordinate representation of color #48BCA8: hue angle of 169.66º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BCA8 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 168 -
CMYK 0.62 0 0.11 0.26
HSL 169.66º 0.46% 0.51% -
HSV(B) 169.66º 0.62% 0.74% -
XYZ 27.72 40.17 43.34 -
YUV 151.04 137.57 71.63 -
System Red Green Blue C M Y K H S L
Decimal 72 188 168 0.62 0 0.11 0.26 169.66 0.46 0.51
Hex 48 BC A8 3E 0 B 1A AA 2E 33
Octal 110 274 250 76 0 13 32 252 56 63
Binary 1001000 10111100 10101000 111110 0 1011 11010 10101010 101110 110011

Color Harmonies of #48BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCA8

Black with #48BCA8

Text Example


Text Example

White with #48BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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