Html Css Color HEX #10E09B Caribbean Green

📋 copy color: '#10E09B'

red 16 ◦ green 224 ◦ blue 155

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

Shades of Caribbean Green #10E09B

Tints of Caribbean Green #10E09B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.71%

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 4.05%
G = 56.71%
B = 39.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#10E09B (or 0x10E09B) is known color: Caribbean Green. HEX triplet: 10, E0 and 9B. RGB value is (16,224,155). Sum of RGB (Red+Green+Blue) = 16+224+155=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #10E09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E09B is #EF1F64. Grayscale: #9A9A9A. Windows color (decimal): -15671141 or 10215440. OLE color: 10215440.

HSL color Cylindrical-coordinate representation of color #10E09B: hue angle of 160.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E09B is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 224 155 -
CMYK 0.93 0 0.31 0.12
HSL 160.1º 0.87% 0.47% -
HSV(B) 160.1º 0.93% 0.88% -
XYZ 32.79 55.79 40.05 -
YUV 153.94 128.59 29.61 -
System Red Green Blue C M Y K H S L
Decimal 16 224 155 0.93 0 0.31 0.12 160.1 0.87 0.47
Hex 10 E0 9B 5D 0 1F C A0 57 2F
Octal 20 340 233 135 0 37 14 240 127 57
Binary 10000 11100000 10011011 1011101 0 11111 1100 10100000 1010111 101111

Color Harmonies of #10E09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E09B

Black with #10E09B

Text Example


Text Example

White with #10E09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,224,155); }

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

background-color css

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

 a { background-color: rgb(16,224,155); }

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

border-color css

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

 span { border-color: rgb(16,224,155); }

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