Html Css Color HEX #038992 Dark Cyan

📋 copy color: '#038992'

red 3 ◦ green 137 ◦ blue 146

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

Shades of Dark Cyan #038992

Tints of Dark Cyan #038992

RGB

 RED value IS 3 (1.56% from 255) = 1.05%

 GREEN value IS 137 (53.91% from 255) = 47.9%

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 1.05%
G = 47.9%
B = 51.05%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#038992 (or 0x038992) is known color: Dark Cyan. HEX triplet: 03, 89 and 92. RGB value is (3,137,146). Sum of RGB (Red+Green+Blue) = 3+137+146=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #038992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038992 is #FC766D. Grayscale: #616161. Windows color (decimal): -16545390 or 9603331. OLE color: 9603331.

HSL color Cylindrical-coordinate representation of color #038992: hue angle of 183.78º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038992 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 137 146 -
CMYK 0.98 0.06 0 0.43
HSL 183.78º 0.96% 0.29% -
HSV(B) 183.78º 0.98% 0.57% -
XYZ 14.17 19.99 30.3 -
YUV 97.96 155.11 60.27 -
System Red Green Blue C M Y K H S L
Decimal 3 137 146 0.98 0.06 0 0.43 183.78 0.96 0.29
Hex 3 89 92 62 6 0 2B B8 60 1D
Octal 3 211 222 142 6 0 53 270 140 35
Binary 11 10001001 10010010 1100010 110 0 101011 10111000 1100000 11101

Color Harmonies of #038992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038992

Black with #038992

Text Example


Text Example

White with #038992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038992; }

 p { color: rgb(3,137,146); }

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

background-color css

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

 a { background-color: rgb(3,137,146); }

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

border-color css

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

 span { border-color: rgb(3,137,146); }

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