Html Css Color HEX #07838C Dark Cyan

📋 copy color: '#07838C'

red 7 ◦ green 131 ◦ blue 140

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

Shades of Dark Cyan #07838C

Tints of Dark Cyan #07838C

RGB

 RED value IS 7 (3.13% from 255) = 2.52%

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 2.52%
G = 47.12%
B = 50.36%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07838C (or 0x07838C) is known color: Dark Cyan. HEX triplet: 07, 83 and 8C. RGB value is (7,131,140). Sum of RGB (Red+Green+Blue) = 7+131+140=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #07838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07838C is #F87C73. Grayscale: #5E5E5E. Windows color (decimal): -16284788 or 9208583. OLE color: 9208583.

HSL color Cylindrical-coordinate representation of color #07838C: hue angle of 184.06º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07838C is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 131 140 -
CMYK 0.95 0.06 0 0.45
HSL 184.06º 0.9% 0.29% -
HSV(B) 184.06º 0.95% 0.55% -
XYZ 12.94 18.17 27.64 -
YUV 94.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 7 131 140 0.95 0.06 0 0.45 184.06 0.9 0.29
Hex 7 83 8C 5F 6 0 2D B8 5A 1D
Octal 7 203 214 137 6 0 55 270 132 35
Binary 111 10000011 10001100 1011111 110 0 101101 10111000 1011010 11101

Color Harmonies of #07838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07838C

Black with #07838C

Text Example


Text Example

White with #07838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07838C; }

 p { color: rgb(7,131,140); }

 H1.HeaderClassName
 {
   color: #07838C;
 }
 .AnyTagClassName
 {
   color: #07838C;
 }
</style>

background-color css

<style>
 a { background-color: #07838C; }

 a { background-color: rgb(7,131,140); }

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

border-color css

<style>
 span { border-color: #07838C; }

 span { border-color: rgb(7,131,140); }

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