Html Css Color HEX #00888B Dark Cyan

📋 copy color: '#00888B'

red 0 ◦ green 136 ◦ blue 139

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

Shades of Dark Cyan #00888B

Tints of Dark Cyan #00888B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 49.45%

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 0%
G = 49.45%
B = 50.55%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00888B (or 0x00888B) is known color: Dark Cyan. HEX triplet: 00, 88 and 8B. RGB value is (0,136,139). Sum of RGB (Red+Green+Blue) = 0+136+139=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #00888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00888B is #FF7774. Grayscale: #5F5F5F. Windows color (decimal): -16742261 or 9144320. OLE color: 9144320.

HSL color Cylindrical-coordinate representation of color #00888B: hue angle of 181.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00888B is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 136 139 -
CMYK 1 0.02 0 0.45
HSL 181.3º 1% 0.27% -
HSV(B) 181.3º 1% 0.55% -
XYZ 13.46 19.47 27.48 -
YUV 95.68 152.44 59.76 -
System Red Green Blue C M Y K H S L
Decimal 0 136 139 1 0.02 0 0.45 181.3 1 0.27
Hex 0 88 8B 64 2 0 2D B5 64 1B
Octal 0 210 213 144 2 0 55 265 144 33
Binary 0 10001000 10001011 1100100 10 0 101101 10110101 1100100 11011

Color Harmonies of #00888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00888B

Black with #00888B

Text Example


Text Example

White with #00888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00888B; }

 p { color: rgb(0,136,139); }

 H1.HeaderClassName
 {
   color: #00888B;
 }
 .AnyTagClassName
 {
   color: #00888B;
 }
</style>

background-color css

<style>
 a { background-color: #00888B; }

 a { background-color: rgb(0,136,139); }

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

border-color css

<style>
 span { border-color: #00888B; }

 span { border-color: rgb(0,136,139); }

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