Html Css Color HEX #88C7BA Bermuda

📋 copy color: '#88C7BA'

red 136 ◦ green 199 ◦ blue 186

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

Shades of Bermuda #88C7BA

Tints of Bermuda #88C7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.2%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 26.1%
G = 38.2%
B = 35.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#88C7BA (or 0x88C7BA) is known color: Bermuda. HEX triplet: 88, C7 and BA. RGB value is (136,199,186). Sum of RGB (Red+Green+Blue) = 136+199+186=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #88C7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C7BA is #773845. Grayscale: #B2B2B2. Windows color (decimal): -7813190 or 12240776. OLE color: 12240776.

HSL color Cylindrical-coordinate representation of color #88C7BA: hue angle of 167.62º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C7BA is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 199 186 -
CMYK 0.32 0 0.07 0.22
HSL 167.62º 0.36% 0.66% -
HSV(B) 167.62º 0.32% 0.78% -
XYZ 39.44 49.63 53.95 -
YUV 178.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 136 199 186 0.32 0 0.07 0.22 167.62 0.36 0.66
Hex 88 C7 BA 20 0 7 16 A8 24 42
Octal 210 307 272 40 0 7 26 250 44 102
Binary 10001000 11000111 10111010 100000 0 111 10110 10101000 100100 1000010

Color Harmonies of #88C7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C7BA

Black with #88C7BA

Text Example


Text Example

White with #88C7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,199,186); }

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

background-color css

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

 a { background-color: rgb(136,199,186); }

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

border-color css

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

 span { border-color: rgb(136,199,186); }

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