Html Css Color HEX #48CBAB Puerto Rico

📋 copy color: '#48CBAB'

red 72 ◦ green 203 ◦ blue 171

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

Shades of Puerto Rico #48CBAB

Tints of Puerto Rico #48CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 16.14%
G = 45.52%
B = 38.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#48CBAB (or 0x48CBAB) is known color: Puerto Rico. HEX triplet: 48, CB and AB. RGB value is (72,203,171). Sum of RGB (Red+Green+Blue) = 72+203+171=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #48CBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CBAB is #B73454. Grayscale: #A0A0A0. Windows color (decimal): -12006485 or 11258696. OLE color: 11258696.

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

Color convert

RGB 72 203 171 -
CMYK 0.65 0 0.16 0.20
HSL 165.34º 0.56% 0.54% -
HSV(B) 165.34º 0.65% 0.8% -
XYZ 31.38 47.03 45.95 -
YUV 160.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 72 203 171 0.65 0 0.16 0.20 165.34 0.56 0.54
Hex 48 CB AB 41 0 10 14 A5 38 36
Octal 110 313 253 101 0 20 24 245 70 66
Binary 1001000 11001011 10101011 1000001 0 10000 10100 10100101 111000 110110

Color Harmonies of #48CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CBAB

Black with #48CBAB

Text Example


Text Example

White with #48CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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