Html Css Color HEX #48BCB4 Puerto Rico

📋 copy color: '#48BCB4'

red 72 ◦ green 188 ◦ blue 180

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

Shades of Puerto Rico #48BCB4

Tints of Puerto Rico #48BCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 16.36%
G = 42.73%
B = 40.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#48BCB4 (or 0x48BCB4) is known color: Puerto Rico. HEX triplet: 48, BC and B4. RGB value is (72,188,180). Sum of RGB (Red+Green+Blue) = 72+188+180=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCB4 is #B7434B. Grayscale: #989898. Windows color (decimal): -12010316 or 11844680. OLE color: 11844680.

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

Color convert

RGB 72 188 180 -
CMYK 0.62 0 0.04 0.26
HSL 175.86º 0.46% 0.51% -
HSV(B) 175.86º 0.62% 0.74% -
XYZ 28.89 40.64 49.5 -
YUV 152.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 72 188 180 0.62 0 0.04 0.26 175.86 0.46 0.51
Hex 48 BC B4 3E 0 4 1A B0 2E 33
Octal 110 274 264 76 0 4 32 260 56 63
Binary 1001000 10111100 10110100 111110 0 100 11010 10110000 101110 110011

Color Harmonies of #48BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCB4

Black with #48BCB4

Text Example


Text Example

White with #48BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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