Html Css Color HEX #10BE9C Caribbean Green

📋 copy color: '#10BE9C'

red 16 ◦ green 190 ◦ blue 156

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

Shades of Caribbean Green #10BE9C

Tints of Caribbean Green #10BE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 4.42%
G = 52.49%
B = 43.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#10BE9C (or 0x10BE9C) is known color: Caribbean Green. HEX triplet: 10, BE and 9C. RGB value is (16,190,156). Sum of RGB (Red+Green+Blue) = 16+190+156=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BE9C is #EF4163. Grayscale: #868686. Windows color (decimal): -15679844 or 10272272. OLE color: 10272272.

HSL color Cylindrical-coordinate representation of color #10BE9C: hue angle of 168.28º 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 #10BE9C is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 190 156 -
CMYK 0.92 0 0.18 0.25
HSL 168.28º 0.84% 0.4% -
HSV(B) 168.28º 0.92% 0.75% -
XYZ 24.63 39.34 37.75 -
YUV 134.1 140.35 43.76 -
System Red Green Blue C M Y K H S L
Decimal 16 190 156 0.92 0 0.18 0.25 168.28 0.84 0.4
Hex 10 BE 9C 5C 0 12 19 A8 54 28
Octal 20 276 234 134 0 22 31 250 124 50
Binary 10000 10111110 10011100 1011100 0 10010 11001 10101000 1010100 101000

Color Harmonies of #10BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BE9C

Black with #10BE9C

Text Example


Text Example

White with #10BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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