Html Css Color HEX #48BCAA Puerto Rico

📋 copy color: '#48BCAA'

red 72 ◦ green 188 ◦ blue 170

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

Shades of Puerto Rico #48BCAA

Tints of Puerto Rico #48BCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 16.74%
G = 43.72%
B = 39.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#48BCAA (or 0x48BCAA) is known color: Puerto Rico. HEX triplet: 48, BC and AA. RGB value is (72,188,170). Sum of RGB (Red+Green+Blue) = 72+188+170=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCAA is #B74355. Grayscale: #979797. Windows color (decimal): -12010326 or 11189320. OLE color: 11189320.

HSL color Cylindrical-coordinate representation of color #48BCAA: hue angle of 170.69º 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 #48BCAA is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 170 -
CMYK 0.62 0 0.10 0.26
HSL 170.69º 0.46% 0.51% -
HSV(B) 170.69º 0.62% 0.74% -
XYZ 27.91 40.25 44.33 -
YUV 151.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 72 188 170 0.62 0 0.10 0.26 170.69 0.46 0.51
Hex 48 BC AA 3E 0 A 1A AB 2E 33
Octal 110 274 252 76 0 12 32 253 56 63
Binary 1001000 10111100 10101010 111110 0 1010 11010 10101011 101110 110011

Color Harmonies of #48BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCAA

Black with #48BCAA

Text Example


Text Example

White with #48BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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