Html Css Color HEX #038A83 Dark Cyan

📋 copy color: '#038A83'

red 3 ◦ green 138 ◦ blue 131

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

Shades of Dark Cyan #038A83

Tints of Dark Cyan #038A83

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.74%

 BLUE value IS 131 (51.56% from 255) = 48.16%

R = 1.1%
G = 50.74%
B = 48.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#038A83 (or 0x038A83) is known color: Dark Cyan. HEX triplet: 03, 8A and 83. RGB value is (3,138,131). Sum of RGB (Red+Green+Blue) = 3+138+131=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #038A83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038A83 is #FC757C. Grayscale: #606060. Windows color (decimal): -16545149 or 8620547. OLE color: 8620547.

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

Color convert

RGB 3 138 131 -
CMYK 0.98 0 0.05 0.46
HSL 176.89º 0.96% 0.28% -
HSV(B) 176.89º 0.98% 0.54% -
XYZ 13.22 19.84 24.6 -
YUV 96.84 147.27 61.07 -
System Red Green Blue C M Y K H S L
Decimal 3 138 131 0.98 0 0.05 0.46 176.89 0.96 0.28
Hex 3 8A 83 62 0 5 2E B1 60 1C
Octal 3 212 203 142 0 5 56 261 140 34
Binary 11 10001010 10000011 1100010 0 101 101110 10110001 1100000 11100

Color Harmonies of #038A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038A83

Black with #038A83

Text Example


Text Example

White with #038A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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