#00C298

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

Shades of Caribbean Green #00C298

Tints of Caribbean Green #00C298

Color information

#00C298 (or 0x00C298) is unknown color: approx Caribbean Green. HEX triplet: 00, C2 and 98. RGB value is (0,194,152). Sum of RGB (Red+Green+Blue) = 0+194+152=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #00C298 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C298 is #FF3D67. Grayscale: #838383. Windows color (decimal): -16727400 or 10011136. OLE color: 10011136.

HSL color Cylindrical-coordinate representation of color #00C298: hue angle of 167.01º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C298 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB0194152-
CMYK100.220.24
HSL167.01º100%38.04%-
HSV(B)167.01º100%76.08%-
XYZ24.9640.8536.28-
YUV131.21139.7334.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 194 (76.17% from 255) = 56.07%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=0%
G=56.07%
B=43.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0194152100.220.24167.0110038.04
Hex0C2986401618a76426
Octal03022301440263024714446
Binary01100001010011000110010001011011000101001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00C298; }

 p { color: rgb(0,194,152); }

 H1.HeaderClassName
 {
   color: #00C298;
 }
 .AnyTagClassName
 {
   color: #00C298;
 }
</style>
background-color css

<style>
 a { background-color: #00C298; }

 a { background-color: rgb(0,194,152); }

 div.DivClassName
 {
   background-color: #00C298;
 }
 .BgClassName
 {
   background-color: #00C298;
 }
</style>
border-color css

<style>
 span { border-color: #00C298; }

 span { border-color: rgb(0,194,152); }

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