Html Css Color HEX #10C093 Caribbean Green

📋 copy color: '#10C093'

red 16 ◦ green 192 ◦ blue 147

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

Shades of Caribbean Green #10C093

Tints of Caribbean Green #10C093

RGB

 RED value IS 16 (6.64% from 255) = 4.51%

 GREEN value IS 192 (75.39% from 255) = 54.08%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 4.51%
G = 54.08%
B = 41.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#10C093 (or 0x10C093) is known color: Caribbean Green. HEX triplet: 10, C0 and 93. RGB value is (16,192,147). Sum of RGB (Red+Green+Blue) = 16+192+147=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #10C093 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C093 is #EF3F6C. Grayscale: #868686. Windows color (decimal): -15679341 or 9682960. OLE color: 9682960.

HSL color Cylindrical-coordinate representation of color #10C093: hue angle of 164.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C093 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 147 -
CMYK 0.92 0 0.23 0.25
HSL 164.66º 0.85% 0.41% -
HSV(B) 164.66º 0.92% 0.75% -
XYZ 24.33 39.92 34.03 -
YUV 134.25 135.19 43.66 -
System Red Green Blue C M Y K H S L
Decimal 16 192 147 0.92 0 0.23 0.25 164.66 0.85 0.41
Hex 10 C0 93 5C 0 17 19 A5 55 29
Octal 20 300 223 134 0 27 31 245 125 51
Binary 10000 11000000 10010011 1011100 0 10111 11001 10100101 1010101 101001

Color Harmonies of #10C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C093

Black with #10C093

Text Example


Text Example

White with #10C093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C093; }

 p { color: rgb(16,192,147); }

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

background-color css

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

 a { background-color: rgb(16,192,147); }

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

border-color css

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

 span { border-color: rgb(16,192,147); }

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