Html Css Color HEX #4CBDB0 Puerto Rico

📋 copy color: '#4CBDB0'

red 76 ◦ green 189 ◦ blue 176

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

Shades of Puerto Rico #4CBDB0

Tints of Puerto Rico #4CBDB0

RGB

 RED value IS 76 (30.08% from 255) = 17.23%

 GREEN value IS 189 (74.22% from 255) = 42.86%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 17.23%
G = 42.86%
B = 39.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#4CBDB0 (or 0x4CBDB0) is known color: Puerto Rico. HEX triplet: 4C, BD and B0. RGB value is (76,189,176). Sum of RGB (Red+Green+Blue) = 76+189+176=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBDB0 is #B3424F. Grayscale: #999999. Windows color (decimal): -11747920 or 11582796. OLE color: 11582796.

HSL color Cylindrical-coordinate representation of color #4CBDB0: hue angle of 173.1º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBDB0 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 189 176 -
CMYK 0.60 0 0.07 0.26
HSL 173.1º 0.46% 0.52% -
HSV(B) 173.1º 0.6% 0.74% -
XYZ 29.01 41.07 47.47 -
YUV 153.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 76 189 176 0.60 0 0.07 0.26 173.1 0.46 0.52
Hex 4C BD B0 3C 0 7 1A AD 2E 34
Octal 114 275 260 74 0 7 32 255 56 64
Binary 1001100 10111101 10110000 111100 0 111 11010 10101101 101110 110100

Color Harmonies of #4CBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBDB0

Black with #4CBDB0

Text Example


Text Example

White with #4CBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CBDB0; }

 p { color: rgb(76,189,176); }

 H1.HeaderClassName
 {
   color: #4CBDB0;
 }
 .AnyTagClassName
 {
   color: #4CBDB0;
 }
</style>

background-color css

<style>
 a { background-color: #4CBDB0; }

 a { background-color: rgb(76,189,176); }

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

border-color css

<style>
 span { border-color: #4CBDB0; }

 span { border-color: rgb(76,189,176); }

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