Html Css Color HEX #48CBAF Puerto Rico

📋 copy color: '#48CBAF'

red 72 ◦ green 203 ◦ blue 175

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

Shades of Puerto Rico #48CBAF

Tints of Puerto Rico #48CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

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

R = 16%
G = 45.11%
B = 38.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#48CBAF (or 0x48CBAF) is known color: Puerto Rico. HEX triplet: 48, CB and AF. RGB value is (72,203,175). Sum of RGB (Red+Green+Blue) = 72+203+175=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #48CBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CBAF is #B73450. Grayscale: #A0A0A0. Windows color (decimal): -12006481 or 11520840. OLE color: 11520840.

HSL color Cylindrical-coordinate representation of color #48CBAF: hue angle of 167.18º 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 #48CBAF is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 203 175 -
CMYK 0.65 0 0.14 0.20
HSL 167.18º 0.56% 0.54% -
HSV(B) 167.18º 0.65% 0.8% -
XYZ 31.77 47.18 47.99 -
YUV 160.64 136.1 64.78 -
System Red Green Blue C M Y K H S L
Decimal 72 203 175 0.65 0 0.14 0.20 167.18 0.56 0.54
Hex 48 CB AF 41 0 E 14 A7 38 36
Octal 110 313 257 101 0 16 24 247 70 66
Binary 1001000 11001011 10101111 1000001 0 1110 10100 10100111 111000 110110

Color Harmonies of #48CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CBAF

Black with #48CBAF

Text Example


Text Example

White with #48CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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