Html Css Color HEX #00838A Dark Cyan

📋 copy color: '#00838A'

red 0 ◦ green 131 ◦ blue 138

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

Shades of Dark Cyan #00838A

Tints of Dark Cyan #00838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.7%

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 0%
G = 48.7%
B = 51.3%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00838A (or 0x00838A) is known color: Dark Cyan. HEX triplet: 00, 83 and 8A. RGB value is (0,131,138). Sum of RGB (Red+Green+Blue) = 0+131+138=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #00838A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00838A is #FF7C75. Grayscale: #5C5C5C. Windows color (decimal): -16743542 or 9077504. OLE color: 9077504.

HSL color Cylindrical-coordinate representation of color #00838A: hue angle of 183.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00838A is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 131 138 -
CMYK 1 0.05 0 0.46
HSL 183.04º 1% 0.27% -
HSV(B) 183.04º 1% 0.54% -
XYZ 12.7 18.07 26.86 -
YUV 92.63 153.6 61.93 -
System Red Green Blue C M Y K H S L
Decimal 0 131 138 1 0.05 0 0.46 183.04 1 0.27
Hex 0 83 8A 64 5 0 2E B7 64 1B
Octal 0 203 212 144 5 0 56 267 144 33
Binary 0 10000011 10001010 1100100 101 0 101110 10110111 1100100 11011

Color Harmonies of #00838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00838A

Black with #00838A

Text Example


Text Example

White with #00838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00838A; }

 p { color: rgb(0,131,138); }

 H1.HeaderClassName
 {
   color: #00838A;
 }
 .AnyTagClassName
 {
   color: #00838A;
 }
</style>

background-color css

<style>
 a { background-color: #00838A; }

 a { background-color: rgb(0,131,138); }

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

border-color css

<style>
 span { border-color: #00838A; }

 span { border-color: rgb(0,131,138); }

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