Html Css Color HEX #48BCAF Puerto Rico

📋 copy color: '#48BCAF'

red 72 ◦ green 188 ◦ blue 175

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

Shades of Puerto Rico #48BCAF

Tints of Puerto Rico #48BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 16.55%
G = 43.22%
B = 40.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#48BCAF (or 0x48BCAF) is known color: Puerto Rico. HEX triplet: 48, BC and AF. RGB value is (72,188,175). Sum of RGB (Red+Green+Blue) = 72+188+175=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCAF is #B74350. Grayscale: #979797. Windows color (decimal): -12010321 or 11517000. OLE color: 11517000.

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

Color convert

RGB 72 188 175 -
CMYK 0.62 0 0.07 0.26
HSL 173.28º 0.46% 0.51% -
HSV(B) 173.28º 0.62% 0.74% -
XYZ 28.39 40.44 46.87 -
YUV 151.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 72 188 175 0.62 0 0.07 0.26 173.28 0.46 0.51
Hex 48 BC AF 3E 0 7 1A AD 2E 33
Octal 110 274 257 76 0 7 32 255 56 63
Binary 1001000 10111100 10101111 111110 0 111 11010 10101101 101110 110011

Color Harmonies of #48BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCAF

Black with #48BCAF

Text Example


Text Example

White with #48BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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