Html Css Color HEX #0A433B Cyprus

📋 copy color: '#0A433B'

red 10 ◦ green 67 ◦ blue 59

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

Shades of Cyprus #0A433B

Tints of Cyprus #0A433B

RGB

 RED value IS 10 (4.3% from 255) = 7.35%

 GREEN value IS 67 (26.56% from 255) = 49.26%

 BLUE value IS 59 (23.44% from 255) = 43.38%

R = 7.35%
G = 49.26%
B = 43.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#0A433B (or 0x0A433B) is known color: Cyprus. HEX triplet: 0A, 43 and 3B. RGB value is (10,67,59). Sum of RGB (Red+Green+Blue) = 10+67+59=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #0A433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A433B is #F5BCC4. Grayscale: #313131. Windows color (decimal): -16104645 or 3883786. OLE color: 3883786.

HSL color Cylindrical-coordinate representation of color #0A433B: hue angle of 171.58º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A433B is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 10 67 59 -
CMYK 0.85 0 0.12 0.74
HSL 171.58º 0.74% 0.15% -
HSV(B) 171.58º 0.85% 0.26% -
XYZ 2.92 4.39 4.83 -
YUV 49.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 10 67 59 0.85 0 0.12 0.74 171.58 0.74 0.15
Hex A 43 3B 55 0 C 4A AC 4A F
Octal 12 103 73 125 0 14 112 254 112 17
Binary 1010 1000011 111011 1010101 0 1100 1001010 10101100 1001010 1111

Color Harmonies of #0A433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A433B

Black with #0A433B

Text Example


Text Example

White with #0A433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A433B; }

 p { color: rgb(10,67,59); }

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

background-color css

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

 a { background-color: rgb(10,67,59); }

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

border-color css

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

 span { border-color: rgb(10,67,59); }

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