Html Css Color HEX #028F96 Dark Cyan

📋 copy color: '#028F96'

red 2 ◦ green 143 ◦ blue 150

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

Shades of Dark Cyan #028F96

Tints of Dark Cyan #028F96

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

 GREEN value IS 143 (56.25% from 255) = 48.47%

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 0.68%
G = 48.47%
B = 50.85%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#028F96 (or 0x028F96) is known color: Dark Cyan. HEX triplet: 02, 8F and 96. RGB value is (2,143,150). Sum of RGB (Red+Green+Blue) = 2+143+150=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #028F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028F96 is #FD7069. Grayscale: #656565. Windows color (decimal): -16609386 or 9867010. OLE color: 9867010.

HSL color Cylindrical-coordinate representation of color #028F96: hue angle of 182.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028F96 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 143 150 -
CMYK 0.99 0.05 0 0.41
HSL 182.84º 0.97% 0.3% -
HSV(B) 182.84º 0.99% 0.59% -
XYZ 15.35 21.86 32.26 -
YUV 101.64 155.29 56.93 -
System Red Green Blue C M Y K H S L
Decimal 2 143 150 0.99 0.05 0 0.41 182.84 0.97 0.3
Hex 2 8F 96 63 5 0 29 B7 61 1E
Octal 2 217 226 143 5 0 51 267 141 36
Binary 10 10001111 10010110 1100011 101 0 101001 10110111 1100001 11110

Color Harmonies of #028F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028F96

Black with #028F96

Text Example


Text Example

White with #028F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028F96; }

 p { color: rgb(2,143,150); }

 H1.HeaderClassName
 {
   color: #028F96;
 }
 .AnyTagClassName
 {
   color: #028F96;
 }
</style>

background-color css

<style>
 a { background-color: #028F96; }

 a { background-color: rgb(2,143,150); }

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

border-color css

<style>
 span { border-color: #028F96; }

 span { border-color: rgb(2,143,150); }

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