Html Css Color HEX #98CDC4 Bermuda

📋 copy color: '#98CDC4'

red 152 ◦ green 205 ◦ blue 196

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

Shades of Bermuda #98CDC4

Tints of Bermuda #98CDC4

RGB

 RED value IS 152 (59.77% from 255) = 27.49%

 GREEN value IS 205 (80.47% from 255) = 37.07%

 BLUE value IS 196 (76.95% from 255) = 35.44%

R = 27.49%
G = 37.07%
B = 35.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#98CDC4 (or 0x98CDC4) is known color: Bermuda. HEX triplet: 98, CD and C4. RGB value is (152,205,196). Sum of RGB (Red+Green+Blue) = 152+205+196=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDC4 is #67323B. Grayscale: #BCBCBC. Windows color (decimal): -6763068 or 12897688. OLE color: 12897688.

HSL color Cylindrical-coordinate representation of color #98CDC4: hue angle of 169.81º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CDC4 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 205 196 -
CMYK 0.26 0 0.04 0.20
HSL 169.81º 0.35% 0.7% -
HSV(B) 169.81º 0.26% 0.8% -
XYZ 44.74 54.32 60.35 -
YUV 188.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 152 205 196 0.26 0 0.04 0.20 169.81 0.35 0.7
Hex 98 CD C4 1A 0 4 14 AA 23 46
Octal 230 315 304 32 0 4 24 252 43 106
Binary 10011000 11001101 11000100 11010 0 100 10100 10101010 100011 1000110

Color Harmonies of #98CDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CDC4

Black with #98CDC4

Text Example


Text Example

White with #98CDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98CDC4; }

 p { color: rgb(152,205,196); }

 H1.HeaderClassName
 {
   color: #98CDC4;
 }
 .AnyTagClassName
 {
   color: #98CDC4;
 }
</style>

background-color css

<style>
 a { background-color: #98CDC4; }

 a { background-color: rgb(152,205,196); }

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

border-color css

<style>
 span { border-color: #98CDC4; }

 span { border-color: rgb(152,205,196); }

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