Html Css Color HEX #10BE9A Caribbean Green

📋 copy color: '#10BE9A'

red 16 ◦ green 190 ◦ blue 154

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

Shades of Caribbean Green #10BE9A

Tints of Caribbean Green #10BE9A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.78%

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 4.44%
G = 52.78%
B = 42.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#10BE9A (or 0x10BE9A) is known color: Caribbean Green. HEX triplet: 10, BE and 9A. RGB value is (16,190,154). Sum of RGB (Red+Green+Blue) = 16+190+154=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BE9A is #EF4165. Grayscale: #858585. Windows color (decimal): -15679846 or 10141200. OLE color: 10141200.

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

Color convert

RGB 16 190 154 -
CMYK 0.92 0 0.19 0.25
HSL 167.59º 0.84% 0.4% -
HSV(B) 167.59º 0.92% 0.75% -
XYZ 24.46 39.27 36.86 -
YUV 133.87 139.35 43.93 -
System Red Green Blue C M Y K H S L
Decimal 16 190 154 0.92 0 0.19 0.25 167.59 0.84 0.4
Hex 10 BE 9A 5C 0 13 19 A8 54 28
Octal 20 276 232 134 0 23 31 250 124 50
Binary 10000 10111110 10011010 1011100 0 10011 11001 10101000 1010100 101000

Color Harmonies of #10BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BE9A

Black with #10BE9A

Text Example


Text Example

White with #10BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,190,154); }

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

background-color css

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

 a { background-color: rgb(16,190,154); }

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

border-color css

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

 span { border-color: rgb(16,190,154); }

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