Html Css Color HEX #40BCB0 Puerto Rico

📋 copy color: '#40BCB0'

red 64 ◦ green 188 ◦ blue 176

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

Shades of Puerto Rico #40BCB0

Tints of Puerto Rico #40BCB0

RGB

 RED value IS 64 (25.39% from 255) = 14.95%

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

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

R = 14.95%
G = 43.93%
B = 41.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#40BCB0 (or 0x40BCB0) is known color: Puerto Rico. HEX triplet: 40, BC and B0. RGB value is (64,188,176). Sum of RGB (Red+Green+Blue) = 64+188+176=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #40BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BCB0 is #BF434F. Grayscale: #959595. Windows color (decimal): -12534608 or 11582528. OLE color: 11582528.

HSL color Cylindrical-coordinate representation of color #40BCB0: hue angle of 174.19º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BCB0 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 176 -
CMYK 0.66 0 0.06 0.26
HSL 174.19º 0.49% 0.49% -
HSV(B) 174.19º 0.66% 0.74% -
XYZ 27.93 40.19 47.36 -
YUV 149.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 64 188 176 0.66 0 0.06 0.26 174.19 0.49 0.49
Hex 40 BC B0 42 0 6 1A AE 31 31
Octal 100 274 260 102 0 6 32 256 61 61
Binary 1000000 10111100 10110000 1000010 0 110 11010 10101110 110001 110001

Color Harmonies of #40BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BCB0

Black with #40BCB0

Text Example


Text Example

White with #40BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BCB0; }

 p { color: rgb(64,188,176); }

 H1.HeaderClassName
 {
   color: #40BCB0;
 }
 .AnyTagClassName
 {
   color: #40BCB0;
 }
</style>

background-color css

<style>
 a { background-color: #40BCB0; }

 a { background-color: rgb(64,188,176); }

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

border-color css

<style>
 span { border-color: #40BCB0; }

 span { border-color: rgb(64,188,176); }

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