#10BE9C

Color #10BE9C Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #10BE9C

Tints of Caribbean Green #10BE9C

Color information

#10BE9C (or 0x10BE9C) is unknown color: approx 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

RGB16190156-
CMYK0.9200.180.25
HSL168.28º84.47%40.39%-
HSV(B)168.28º91.58%74.51%-
XYZ24.6339.3437.75-
YUV134.1140.3543.76-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161901560.9200.180.25168.2884.4740.39
Hex10BE9C5C01219a85428
Octal202762341340223125012450
Binary100001011111010011100101110001001011001101010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>