Html Css Color HEX #88CCBA Bermuda

📋 copy color: '#88CCBA'

red 136 ◦ green 204 ◦ blue 186

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

Shades of Bermuda #88CCBA

Tints of Bermuda #88CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.78%

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

R = 25.86%
G = 38.78%
B = 35.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#88CCBA (or 0x88CCBA) is known color: Bermuda. HEX triplet: 88, CC and BA. RGB value is (136,204,186). Sum of RGB (Red+Green+Blue) = 136+204+186=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCBA is #773345. Grayscale: #B5B5B5. Windows color (decimal): -7811910 or 12242056. OLE color: 12242056.

HSL color Cylindrical-coordinate representation of color #88CCBA: hue angle of 164.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCBA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 204 186 -
CMYK 0.33 0 0.09 0.2
HSL 164.12º 0.4% 0.67% -
HSV(B) 164.12º 0.33% 0.8% -
XYZ 40.61 51.97 54.34 -
YUV 181.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 136 204 186 0.33 0 0.09 0.2 164.12 0.4 0.67
Hex 88 CC BA 21 0 9 14 A4 28 43
Octal 210 314 272 41 0 11 24 244 50 103
Binary 10001000 11001100 10111010 100001 0 1001 10100 10100100 101000 1000011

Color Harmonies of #88CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CCBA

Black with #88CCBA

Text Example


Text Example

White with #88CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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