Html Css Color HEX #88C2BE Bermuda

📋 copy color: '#88C2BE'

red 136 ◦ green 194 ◦ blue 190

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

Shades of Bermuda #88C2BE

Tints of Bermuda #88C2BE

RGB

 RED value IS 136 (53.52% from 255) = 26.15%

 GREEN value IS 194 (76.17% from 255) = 37.31%

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 26.15%
G = 37.31%
B = 36.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#88C2BE (or 0x88C2BE) is known color: Bermuda. HEX triplet: 88, C2 and BE. RGB value is (136,194,190). Sum of RGB (Red+Green+Blue) = 136+194+190=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #88C2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2BE is #773D41. Grayscale: #B0B0B0. Windows color (decimal): -7814466 or 12501640. OLE color: 12501640.

HSL color Cylindrical-coordinate representation of color #88C2BE: hue angle of 175.86º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C2BE is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 194 190 -
CMYK 0.30 0 0.02 0.24
HSL 175.86º 0.32% 0.65% -
HSV(B) 175.86º 0.3% 0.76% -
XYZ 38.74 47.54 55.85 -
YUV 176.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 136 194 190 0.30 0 0.02 0.24 175.86 0.32 0.65
Hex 88 C2 BE 1E 0 2 18 B0 20 41
Octal 210 302 276 36 0 2 30 260 40 101
Binary 10001000 11000010 10111110 11110 0 10 11000 10110000 100000 1000001

Color Harmonies of #88C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C2BE

Black with #88C2BE

Text Example


Text Example

White with #88C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C2BE; }

 p { color: rgb(136,194,190); }

 H1.HeaderClassName
 {
   color: #88C2BE;
 }
 .AnyTagClassName
 {
   color: #88C2BE;
 }
</style>

background-color css

<style>
 a { background-color: #88C2BE; }

 a { background-color: rgb(136,194,190); }

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

border-color css

<style>
 span { border-color: #88C2BE; }

 span { border-color: rgb(136,194,190); }

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