Html Css Color HEX #00C98B Caribbean Green

📋 copy color: '#00C98B'

red 0 ◦ green 201 ◦ blue 139

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

Shades of Caribbean Green #00C98B

Tints of Caribbean Green #00C98B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 201 (78.91% from 255) = 59.12%

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 0%
G = 59.12%
B = 40.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#00C98B (or 0x00C98B) is known color: Caribbean Green. HEX triplet: 00, C9 and 8B. RGB value is (0,201,139). Sum of RGB (Red+Green+Blue) = 0+201+139=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #00C98B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C98B is #FF3674. Grayscale: #858585. Windows color (decimal): -16725621 or 9160960. OLE color: 9160960.

HSL color Cylindrical-coordinate representation of color #00C98B: hue angle of 161.49º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C98B is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 201 139 -
CMYK 1 0 0.31 0.21
HSL 161.49º 1% 0.39% -
HSV(B) 161.49º 1% 0.79% -
XYZ 25.55 43.64 31.5 -
YUV 133.83 130.91 32.54 -
System Red Green Blue C M Y K H S L
Decimal 0 201 139 1 0 0.31 0.21 161.49 1 0.39
Hex 0 C9 8B 64 0 1F 15 A1 64 27
Octal 0 311 213 144 0 37 25 241 144 47
Binary 0 11001001 10001011 1100100 0 11111 10101 10100001 1100100 100111

Color Harmonies of #00C98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C98B

Black with #00C98B

Text Example


Text Example

White with #00C98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,201,139); }

 H1.HeaderClassName
 {
   color: #00C98B;
 }
 .AnyTagClassName
 {
   color: #00C98B;
 }
</style>

background-color css

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

 a { background-color: rgb(0,201,139); }

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

border-color css

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

 span { border-color: rgb(0,201,139); }

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