Html Css Color HEX #07838A Dark Cyan

📋 copy color: '#07838A'

red 7 ◦ green 131 ◦ blue 138

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

Shades of Dark Cyan #07838A

Tints of Dark Cyan #07838A

RGB

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

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

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

R = 2.54%
G = 47.46%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07838A (or 0x07838A) is known color: Dark Cyan. HEX triplet: 07, 83 and 8A. RGB value is (7,131,138). Sum of RGB (Red+Green+Blue) = 7+131+138=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #07838A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07838A is #F87C75. Grayscale: #5E5E5E. Windows color (decimal): -16284790 or 9077511. OLE color: 9077511.

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

Color convert

RGB 7 131 138 -
CMYK 0.95 0.05 0 0.46
HSL 183.21º 0.9% 0.28% -
HSV(B) 183.21º 0.95% 0.54% -
XYZ 12.79 18.11 26.87 -
YUV 94.72 152.42 65.43 -
System Red Green Blue C M Y K H S L
Decimal 7 131 138 0.95 0.05 0 0.46 183.21 0.9 0.28
Hex 7 83 8A 5F 5 0 2E B7 5A 1C
Octal 7 203 212 137 5 0 56 267 132 34
Binary 111 10000011 10001010 1011111 101 0 101110 10110111 1011010 11100

Color Harmonies of #07838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07838A

Black with #07838A

Text Example


Text Example

White with #07838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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