Html Css Color HEX #48BCAC Puerto Rico

📋 copy color: '#48BCAC'

red 72 ◦ green 188 ◦ blue 172

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

Shades of Puerto Rico #48BCAC

Tints of Puerto Rico #48BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 16.67%
G = 43.52%
B = 39.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#48BCAC (or 0x48BCAC) is known color: Puerto Rico. HEX triplet: 48, BC and AC. RGB value is (72,188,172). Sum of RGB (Red+Green+Blue) = 72+188+172=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCAC is #B74353. Grayscale: #979797. Windows color (decimal): -12010324 or 11320392. OLE color: 11320392.

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

Color convert

RGB 72 188 172 -
CMYK 0.62 0 0.09 0.26
HSL 171.72º 0.46% 0.51% -
HSV(B) 171.72º 0.62% 0.74% -
XYZ 28.1 40.32 45.33 -
YUV 151.49 139.57 71.3 -
System Red Green Blue C M Y K H S L
Decimal 72 188 172 0.62 0 0.09 0.26 171.72 0.46 0.51
Hex 48 BC AC 3E 0 9 1A AC 2E 33
Octal 110 274 254 76 0 11 32 254 56 63
Binary 1001000 10111100 10101100 111110 0 1001 11010 10101100 101110 110011

Color Harmonies of #48BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCAC

Black with #48BCAC

Text Example


Text Example

White with #48BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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