Html Css Color HEX #038F85 Dark Cyan

📋 copy color: '#038F85'

red 3 ◦ green 143 ◦ blue 133

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

Shades of Dark Cyan #038F85

Tints of Dark Cyan #038F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.25%

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 1.08%
G = 51.25%
B = 47.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#038F85 (or 0x038F85) is known color: Dark Cyan. HEX triplet: 03, 8F and 85. RGB value is (3,143,133). Sum of RGB (Red+Green+Blue) = 3+143+133=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #038F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038F85 is #FC707A. Grayscale: #636363. Windows color (decimal): -16543867 or 8752899. OLE color: 8752899.

HSL color Cylindrical-coordinate representation of color #038F85: hue angle of 175.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F85 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 143 133 -
CMYK 0.98 0 0.07 0.44
HSL 175.71º 0.96% 0.29% -
HSV(B) 175.71º 0.98% 0.56% -
XYZ 14.09 21.36 25.57 -
YUV 100 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 3 143 133 0.98 0 0.07 0.44 175.71 0.96 0.29
Hex 3 8F 85 62 0 7 2C B0 60 1D
Octal 3 217 205 142 0 7 54 260 140 35
Binary 11 10001111 10000101 1100010 0 111 101100 10110000 1100000 11101

Color Harmonies of #038F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F85

Black with #038F85

Text Example


Text Example

White with #038F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,143,133); }

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

background-color css

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

 a { background-color: rgb(3,143,133); }

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

border-color css

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

 span { border-color: rgb(3,143,133); }

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