#88C7C4

Color #88C7C4 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #88C7C4

Tints of Bermuda #88C7C4

Color information

#88C7C4 (or 0x88C7C4) is unknown color: approx Bermuda. HEX triplet: 88, C7 and C4. RGB value is (136,199,196). Sum of RGB (Red+Green+Blue) = 136+199+196=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 199 - color contains mainly: green. Hex color #88C7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C7C4 is #77383B. Grayscale: #B3B3B3. Windows color (decimal): -7813180 or 12896136. OLE color: 12896136.

HSL color Cylindrical-coordinate representation of color #88C7C4: hue angle of 177.14º 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 #88C7C4 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB136199196-
CMYK0.3200.020.22
HSL177.14º36%65.69%-
HSV(B)177.14º31.66%78.04%-
XYZ40.5450.0759.75-
YUV179.82137.1396.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 199 (78.12% from 255) = 37.48%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=25.61%
G=37.48%
B=36.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361991960.3200.020.22177.143665.69
Hex88C7C4200216b12442
Octal21030730440022626144102
Binary10001000110001111100010010000001010110101100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88C7C4;
 }
 .AnyTagClassName
 {
   color: #88C7C4;
 }
</style>
background-color css

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

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

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

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

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

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